fast address meaning in English
快速地址
Examples
- Adaptive stack cache with fast address generation policy can also avoid unnecessary memory traffic . stack cache can be disabled adaptively , when it is overflow
该栈高速缓存在发生栈溢出时,能够自适应地关闭,以避免栈切换对处理器性能的影响。 - The average ipc speedup is 5 . 9 % . 2 . adaptive stack cache with fast address generation policy is proposed by investigating stack access behavior of programs
2 .通过对栈访问行为的分析,提出一种栈高速缓存方案? ?快速地址计算的自适应栈高速缓存组织方案。 - Adaptive stack cache with fast address generation policy decouples stack references from other data references , improves instruction - level parallelism , reduces data cache pollution , and decreases data cache miss ratio . stack access latency can be reduced by using fast address generation scheme proposed here
该方案将栈访问从数据高速缓存的访问中分离出来,充分利用栈空间数据访问的特点,提高指令级并行度,减少数据高速缓存污染,降低数据高速缓存失效率,并采用快速地址计算策略,减少栈访问的命中时间。